home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMIBEST2.ADF
/
Best of AMICUS 2
/
Arc
/
ARCre.DOC
< prev
next >
Wrap
Text File
|
1987-07-22
|
1KB
|
30 lines
ARCre - Create rename scripts so that files with long names can be
easily put into ARChives.
Here's how to use it:
ARCre [file(s) to be ARCed...] : Create the rename scripts.
execute ARCre.bat : Rename the files to be ARCed.
ARC a ARChive ARCfile.* execute.me : Create the ARChive.
execute execute.me : Rename the files back.
ARCre takes file names like the ARC program does. (It will accept
the '*' wildcard.) Two scripts are produced: "ARCre.bat" and
"execute.me". The first one will rename the files to "ARCfile.#",
where '#' is 1,2,3,... The second one will rename the files back
to their original names.
Copyright (c) 1987 John R. Hoffman
This program is placed in the public domain as long as the above
copyright is included. Sale of this program except for REASONABLE
media costs is prohibited.
The credit for the idea for this program goes to John Foust.
To create with MANX: cc ARCre.c
ln ARCre.o -lc
John Hoffman (Plink: JRH)